home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / circuits / irsim-ca.2 / irsim-ca / irsim-cap-9.2 / README.irsim9.3 < prev   
Text File  |  1995-11-03  |  2KB  |  41 lines

  1. This is release 9.3 of irsim.
  2. Note that the format of the binary files has changed (from version 8.x).
  3.  
  4. To compile irsim run the make_irsim script.  This will compile and install
  5. everything that's needed (read the end of this file for additional directions).
  6.  
  7. You may change the default directory (~cad) in which things get installed
  8. by setting CAD_HOME to whatever is appropriate in your system.
  9.  
  10. The CFLAGS file contains the 2 system dependent flags.  For ultrix, hp's
  11. and sun's you don't need to change them.  For SYSTEM-V installations set the
  12. SYS_V flag (-DSYS_V).  If your system doesn't support sending SIGIO on sockets
  13. (asynchronous reads) then set the NO_SIGIO (-DNO_SIGIO) flag as well, if you
  14. are not sure about this, then set it anyhow. If your compiler is a strict
  15. ansii C compiler then you might want to set -cckr (it works fine with 
  16. SGI IRIX compiler). If you are using HPUX add the flag +u4. 
  17.  
  18. For systems that do not have an X11 library, you can compile irsim without
  19. the analyzer, for this you will have to edit the file src/irsim/Makefile
  20. and set X=NO, and XLIB="".
  21.  
  22. The lib directory contains prm files for the scalable-cmos process.  You may
  23. want to install these in "~cad/lib" as well.
  24.  
  25. The calibrate directory contains information on creating your own prm files.
  26.  
  27. This release includes the software to perform incremental simulations, which
  28. can also be used to create an incremental-fault-simulator.  To make the
  29. fault simulator, you will have to do it by hand: First use the make_irsim
  30. script to build irsim, then (before cleaning anything in irsim) go into the
  31. src/fsim directory and run make.  This will create the program called "ifsim",
  32. which you can use to run statistical simulations of stuck-at faults.
  33. The directory src/fsim/doc contains both latex and PostScript versions of the
  34. documentation needed to use ifsim.
  35.  
  36. This release also includes some code (written by Don Ramsey) to do 
  37. power estimation through toggle counts. Since the code is not completely 
  38. debugged yet but there is demand for it from a lot of people it is ifdef'd 
  39. so that it can be turned off slectively. See the file man/powerEst.doc for
  40. details on how to use this.
  41.